Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress cppcheck unknownMacro #237

Merged
merged 1 commit into from
Sep 8, 2020
Merged

Suppress cppcheck unknownMacro #237

merged 1 commit into from
Sep 8, 2020

Conversation

rotu
Copy link
Collaborator

@rotu rotu commented Sep 8, 2020

Fixes #220

Fast forward to ament/ament_lint#268

This suppresses a defect in ament_cppcheck - namely that if a macro is missing at checking time, it fails loudly. This is compounded by fact that ament_cppcheck does not include all dependent headers, so macros are likely to be missing.

Signed-off-by: Dan Rose dan@digilabs.io

Fast forward to ament/ament_lint#268

This suppresses a defect in `ament_cppcheck` - namely that if a macro is missing, it fails loudly. This is compounded by fact that `ament_cppcheck` does not include all dependent headers, so macros are likely to be missing in the first place.

Signed-off-by: Dan Rose <dan@digilabs.io>
@rotu rotu requested a review from hidmic September 8, 2020 05:34
@rotu
Copy link
Collaborator Author

rotu commented Sep 8, 2020

It sure would be nice to see green in the CI again :-)

@eboasson
Copy link
Collaborator

eboasson commented Sep 8, 2020

It sure would be nice to see green in the CI again :-)

Yes! And green it is, yay!

@rotu rotu merged commit 91aed37 into ros2:master Sep 8, 2020
@rotu rotu deleted the cppcheck branch September 9, 2020 18:52
ahcorde pushed a commit that referenced this pull request Oct 15, 2020
Fast forward to ament/ament_lint#268

This suppresses a defect in `ament_cppcheck` - namely that if a macro is missing, it fails loudly. This is compounded by fact that `ament_cppcheck` does not include all dependent headers, so macros are likely to be missing in the first place.

Signed-off-by: Dan Rose <dan@digilabs.io>
ahcorde pushed a commit that referenced this pull request Oct 15, 2020
Fast forward to ament/ament_lint#268

This suppresses a defect in `ament_cppcheck` - namely that if a macro is missing, it fails loudly. This is compounded by fact that `ament_cppcheck` does not include all dependent headers, so macros are likely to be missing in the first place.

Signed-off-by: Dan Rose <dan@digilabs.io>
ahcorde pushed a commit that referenced this pull request Oct 15, 2020
Fast forward to ament/ament_lint#268

This suppresses a defect in `ament_cppcheck` - namely that if a macro is missing, it fails loudly. This is compounded by fact that `ament_cppcheck` does not include all dependent headers, so macros are likely to be missing in the first place.

Signed-off-by: Dan Rose <dan@digilabs.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rmw_cyclonedds GitHub actions broken
2 participants